Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / ValueChangedEventArgs<T> Class
Properties


    ValueChangedEventArgs<T> Class Members

    The following tables list the members exposed by ValueChangedEventArgs<T>.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new ValueChangedEventArgs object & sets both the old value & the new value using the received parameters.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the new value, which is the most recent setting.  
    Public PropertyGets the old value, which is the one that has just been replaced by the NewValue.  
    Top
    See Also